home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / C / Polygon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  1.1 KB  |  50 lines  |  [TEXT/MPS ]

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: Polygon.h.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.18
  7.  *     SOM Emitter emith.dll: 2.33
  8.  */
  9.  
  10. #ifndef SOM_Module_OpenDoc_Polygon_defined
  11. #define SOM_Module_OpenDoc_Polygon_defined 1
  12. #include <som.h>
  13.  
  14. /*
  15.  * Start of user-defined types:
  16.  */
  17. #ifndef ODFrame
  18.     #define ODFrame SOMObject
  19. #endif /* ODFrame */
  20. #ifndef ODFacet
  21.     #define ODFacet SOMObject
  22. #endif /* ODFacet */
  23. typedef
  24. ODByteArray ODContour;
  25.  
  26. /*
  27.  * 
  28.  *  ODPolygon
  29.  * 
  30.  */
  31. typedef
  32. ODByteArray ODPolygon;
  33. #define OpenDoc_Polygon_OpenDoc_Polygon_Version "1.0."
  34.  
  35. #ifndef SOM_DONT_USE_SHORT_NAMES
  36. #ifndef SOMTGD_OpenDoc_Polygon_Version
  37.     #ifdef OpenDoc_Polygon_Version
  38.         #undef OpenDoc_Polygon_Version
  39.         #define SOMTGD_OpenDoc_Polygon_Version 1
  40.     #else
  41.         #define OpenDoc_Polygon_Version OpenDoc_Polygon_OpenDoc_Polygon_Version
  42.     #endif /* OpenDoc_Polygon_Version */
  43. #endif /* SOMTGD_OpenDoc_Polygon_Version */
  44. #endif /* SOM_DONT_USE_SHORT_NAMES */
  45.  
  46. /*
  47.  * End of user-defined types.
  48.  */
  49. #endif /* SOM_Module_OpenDoc_Polygon_defined */
  50.